速報APP / 工具 / REST Client

REST Client

價格:免費

更新日期:2016-05-02

檔案大小:2.1M

目前版本:1.0.4

版本需求:Android 3.0 以上版本

官方網站:mailto:jovet.alabastro@gmail.com

REST Client(圖1)-速報App

REST (REpresentational State Transfer) is an architectural style, and an approach to communications that is often used in the development of Web services.

The use of REST is often preferred over the more heavyweight SOAP (Simple Object Access Protocol) style because REST does not leverage as much bandwidth, which makes it a better fit for use over the Internet. The SOAP approach requires writing or using a provided server program (to serve data) and a client program (to request data).

REST, which typically runs over HTTP (Hypertext Transfer Protocol), has several architectural constraints:

1. Decouples consumers from producers

2. Stateless existence

REST Client(圖2)-速報App

3. Able to leverage a cache

4. Leverages a layered system

5. Leverages a uniform interface

References :

1. http://searchsoa.techtarget.com/definition/REST

REST Client(圖3)-速報App

2. https://en.wikipedia.org/wiki/Representational_state_transfer

REST Client(圖4)-速報App